JAMS Developer Guide
SetTagsFromList(IEnumerable<Int32>) Method


MVPSI.JAMS Namespace > Tags Class > SetTagsFromList Method : SetTagsFromList(IEnumerable<Int32>) Method
Sets the tags on this object from a collection of tag IDs
Syntax
'Declaration
 
Public Overloads Sub SetTagsFromList( _
   ByVal tagIdList As System.Collections.Generic.IEnumerable(Of Integer) _
) 
'Usage
 
Dim instance As Tags
Dim tagIdList As System.Collections.Generic.IEnumerable(Of Integer)
 
instance.SetTagsFromList(tagIdList)
public void SetTagsFromList( 
   System.Collections.Generic.IEnumerable<int> tagIdList
)

Parameters

tagIdList
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Tags Class
Tags Members
Overload List